ServiceExpandDistributionList Method (Mailbox) |
Expands a distribution list identified by the mailbox.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic ExpandDistributionListResponse ExpandDistributionList(
Mailbox mailbox
)
Public Function ExpandDistributionList (
mailbox As Mailbox
) As ExpandDistributionListResponse
Parameters
- mailbox
- Type: Independentsoft.ExchangeMailbox
The mailbox of the distribution list to expand.
Return Value
Type:
ExpandDistributionListResponseThe distribution list members.
See Also